From a6ac8cd28117fe589dd3065c210261c191381786 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Thu, 6 Apr 2006 09:40:15 +0100 Subject: [PATCH] Remove some unnecessary code from the vTPM hotplug scripts. Signed-off-by: Stefan Berger --- tools/examples/vtpm-common.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tools/examples/vtpm-common.sh b/tools/examples/vtpm-common.sh index 190f74193a..7d032a6c1d 100644 --- a/tools/examples/vtpm-common.sh +++ b/tools/examples/vtpm-common.sh @@ -261,12 +261,6 @@ function vtpm_create_instance () { if [ "$REASON" == "create" ]; then vtpm_reset $instance - elif [ "$REASON" == "resume" ]; then - vtpm_setup $instance - else - #default case for 'now' - #vtpm_reset $instance - true fi xenstore_write $XENBUS_PATH/instance $instance } -- 2.30.2